home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / _styles.dir / 00001.ls next >
Encoding:
Text File  |  1997-11-14  |  255 b   |  17 lines

  1. on startMovie
  2.   global Mysong
  3.   if Mysong <> "hope" then
  4.     sound stop 3
  5.   end if
  6.   set Mysong to "hope"
  7.   ResumeAudio()
  8.   PurgeWindows()
  9. end
  10.  
  11. on mouseUp
  12.   global MouseMGR
  13.   set MouseMGR to "Styles"
  14.   set the puppet of sprite 50 to 0
  15.   updateStage()
  16. end
  17.